home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / wingift / webauthr / waw6html.qip / KEEP.R2H < prev    next >
Text File  |  1995-12-07  |  2KB  |  83 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;STYLE TABLE MAP
  3. ;;1st line is prompt flag
  4. ;;For para styles:
  5. ;; style name, tag name, container flag
  6. ;;                     (=1 if P to deliniate paras in listed tag)
  7. ;;For char styles:
  8. ;; style name, tag name
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. ^1
  11. 1
  12. Normal,P,0
  13. heading 1,H1,0
  14. heading 2,H2,0
  15. heading 3,H3,0
  16. heading 4,H4,0
  17. heading 5,H5,0
  18. heading 6,H6,0
  19. Title,H1,0
  20. annotation text,P,0
  21. footnote text,P,0
  22. endnote text,P,0
  23. Ç Above this line are paragraph styles / Below are character styles
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25. ;;DIRECT FORMATTING MAP
  26. ;;1st line is prompt flag
  27. ;;Rest of lines:
  28. ;; Character attributes, tag name, type, [container flag]
  29. ;;Hex bits for character attributes
  30. ;;01  - bold
  31. ;;02  - italic
  32. ;;04  - underline
  33. ;;08  - shadow
  34. ;;10  - strikethrough
  35. ;;20  - hidden
  36. ;;40  - subscript
  37. ;;80  - superscript
  38. ;;add them up for desired result
  39. ;;Hex letters MUST be cap
  40. ;;Use '-' for no tag
  41. ;;type is 0 for para and 1 for char
  42. ;;if type = 0 (para), container flag follows
  43. ;;Container flag = 0 if it's not (ex: P) and = 1 if it is (ex: FORM)
  44. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  45. ^2
  46. 1
  47. 01,B,1
  48. 02,I,1
  49. 20,!--,1
  50. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  51. ;;INFO GROUP DEFAULTS
  52. ;;These fields must be there even if no defualt entry given
  53. ;;title MUST be first!!!
  54. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  55. ^3
  56. 1
  57. title,(untitled)
  58. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  59. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  60. ;;CONTROL WORD SPECIFIC FLAGS
  61. ;;As follows:
  62. ;;Text Link prompt flag
  63. ;;Text Link flag to change .EXT
  64. ;;Text Link flag to prompt if not .HTM
  65. ;;Text Link flag to prompt if not subdir
  66. ;;Text Link default flag
  67. ;;Graphic Link prompt flag
  68. ;;Graphic Link flag to change .EXT
  69. ;;Graphic Link flag to prompt if not .GIF
  70. ;;Graphic Link flag to prompt if not subdir
  71. ;;Graphic Link default flag
  72. ;;HyperLink flag
  73. ;;Field flag
  74. ;;Revision flag
  75. ;;Table chars\inch
  76. ;;Table spaces between columns
  77. ;;Master flag
  78. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  79. ^4
  80. 1,1,1,1,1,1,1,1,1,1,1F,1,1,10,2,1
  81. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  82. ;;Must end above list with a hard return
  83.